pk { urlpatterns { path } } {django}

description
No value
aliases
No value
tags
No value
created
2023-05-29T16:21:43
updated
2023-07-19T00:48:50
title
pk { urlpatterns { path } } {django}
<!-- blog > templates > blog > index.html -->
{% for object in object_list %}
	...
	<a href="{% url 'detail_article' object.id %}" class="btn btn-primary">Read More</a>
{% endfor %}

include

django.urls.include(module, namespace)